/* Main Settings */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    background: radial-gradient(circle, rgba(0,132,143,1) 0%, rgba(9,9,121,1) 60%, rgba(2,0,36,1) 85%);
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/normal.png') 5 5, auto;
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(249, 249, 249, 0.5) rgba(0, 0, 144, 0.683);
}
* {
    user-select: none;
}
#background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: radial-gradient(circle, rgba(0,132,143,1) 0%, rgba(9,9,121,1) 60%, rgba(2,0,36,1) 85%);
    background: -webkit-radial-gradient(circle, rgba(0,132,143,1) 0%, rgba(9,9,121,1) 60%, rgba(2,0,36,1) 85%);
    background: -moz-radial-gradient(circle, rgba(0,132,143,1) 0%, rgba(9,9,121,1) 60%, rgba(2,0,36,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#070081",endColorstr="#000017",GradientType=1);
    z-index: -10;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 144, 0.683);
}
::-webkit-scrollbar-thumb {
    background-color: rgba(249, 249, 249, 0.5);
}

/* Scroll to Top Button */
#scrollTopBtn {
    position: fixed;
    z-index: 100;
    transition: opacity 1s;
    opacity: 0;
    bottom: 180px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: #009fe2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
#scrollTopBtn:hover {
    background-color: #005b93;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
#scrollTopBtn:active {
    background-color: #003a77;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/active.png') 5 5, auto;
}

/* Fullscreen Button */
#fullscreenButton {
    position: fixed;
    z-index: 100;
    opacity: 0;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
#fullscreenButton:hover {
    background-color: #555;
}
#fullscreenButton:active {
    background-color: #222;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/active.png') 5 5, auto;
}

/* Logout Button */
#logoutButton {
    position: fixed;
    z-index: 100;
    transition: opacity 1s;
    opacity: 0;
    bottom: 70px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: #880000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
#logoutButton:hover {
    background-color: #6a0000;
}
#logoutButton:active {
    background-color: #3a0000;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/active.png') 5 5, auto;
}

/* Stop Confetti Button */
#toggleConfettiButton {
    position: fixed;
    z-index: 100;
    transition: opacity 1s;
    opacity: 0;
    bottom: 125px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: #009005;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
#toggleConfettiButton:hover {
    background-color: #920000;
}
#toggleConfettiButton:active {
    background-color: #500000;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/active.png') 5 5, auto;
}

/* Navigation Button */
#navigationButton {
    position: fixed;
    z-index: 100;
    transition: transform 1s ease, opacity 0.2s;
    opacity: 0;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: #a2a2a2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
#navigationButton:hover {
    background-color: #666666;
}
#navigationButton:active {
    background-color: #500000;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/active.png') 5 5, auto;
}
#navigationButton i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: transform 1s ease, margin 1s ease, margin-top 1s ease;
}
#navigationButton i:nth-child(1) {
    margin-top: -5px;
}
#navigationButton i:nth-child(3) {
    margin-top: 5px;
}

/* Tooltips */
.tooltip {
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: clamp(15px, 2vw, 20px);
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    font-family: 'Cutive Mono';
}
#scrollTopBtn:hover .tooltip,
#fullscreenButton:hover .tooltip,
#logoutButton:hover .tooltip,
#toggleConfettiButton:hover .tooltip,
#navigationButton:hover .tooltip {
    opacity: 0.8;
}

/* Login Screen */
#willkommen {
    position: relative;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: transform 1s;
    width: 80%;
    max-width: 500px;
    padding: 30px;
    padding-bottom: 50px;
    text-align: center;
    border: solid 1px rgba(200,0,0,0.8);
    border-radius: 25px;
    background-color: rgba(0,0,0,0.3);
    user-select: none;
}
#willkommen h1 {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Cinzel Decorative';
    font-weight: 900;
    color: white;
    font-size: clamp(20px, 3vw, 40px);
}
#willkommen p {
    position: relative;
    text-align: justify;
    margin: 0;
    margin-top: 40px;
    padding: 0;
    font-family: 'Cutive Mono';
    color: white;
    font-size: clamp(15px, 2vw, 20px);
}
#willkommen input {
    position: relative;
    border: solid 1px red;
    text-align: center;
    width: 70%;
    max-width: 300px;
    padding: 5px 20px;
    font-size: clamp(15px, 3vw, 20px);
    top: 25px;
    border-radius: 10px;
}
#willkommen button {
    position: relative;
    text-align: center;
    top: 30px;
    margin: 0;
    padding: 0;
    font-family: 'Cutive Mono';
    border: none;
    background: none;
    color: white;
    font-size: clamp(20px, 3vw, 25px);
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
#willkommen button:hover {
    color: rgba(250,200,110,0.8);
}
#willkommen button:active {
    color: rgba(250,0,0,0.4);
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/active.png') 5 5, auto;
}
#errorMessage {
    display: none;
    position: relative !important;
    font-family: 'Cutive Mono' !important;
    font-size: clamp(15px, 2vw, 20px) !important;
    position: absolute;
    color: white;
    top: 30px;
}
.success {
    color: green !important;
    font-weight: bold;
}
.error {
    color: red !important;
    font-weight: bold;
}

/* Header und Intro Animation */
header {
    position: fixed;
    margin: 0;
    padding: 0;
    width: 99vw;
    max-width: 1450px;
    height: 99.5vh;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    pointer-events: none;
    z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 749px) {
    main {
        margin-top: 200px;
    }
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
    main {
        margin-top: 220px;
    }
}

/* Intro Fabian */
#introFabian {
    position: absolute;
    width: 95vw;
    max-width: 1000px;
    height: 95vw;
    max-height: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: transform 0.5s ease;
}
#introVideoFabian {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* Intro BrandLight */
#introBrandlight {
    position: absolute;
    width: 95vw;
    max-width: 1000px;
    height: 95vw;
    max-height: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: transform 0.5s ease;
}
#introVideoBrandlight {
    position: absolute;
    width: 135%;
    height: 135%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* Intro Giftwolf */
#introGiftwolf {
    position: absolute;
    width: 95vw;
    max-width: 1000px;
    height: 95vw;
    max-height: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: transform 0.5s ease;
}
#introVideoGiftwolf {
    position: absolute;
    width: 135%;
    height: 135%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* Flash-Effekt */
.flash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
}
.flash.active {
    opacity: 0.8; /* Blitz auf 80% Helligkeit */
}
/* Loader */
#loader {
    position: absolute;
    width: 250px;
    height: 20px;
    top: 50%;
    left: 50%;
    padding: 5px;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 20px;
    background:
     linear-gradient(rgba(0, 85, 255, 0.644) 0 0) 0/0% no-repeat
     rgba(173, 181, 230, 0.634);
    transition: transform 1s ease;
    z-index: 25;
}
@keyframes l2 {
      100% {background-size:110%}
}

/* Main Section */
main {
    position: relative;
    display: none;
    padding: 0;
    width: 93vw;
    max-width: 1400px;
    margin-top: 250px;
    margin-bottom: 50px;
    height: 0;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    background: rgba(100,100,100,0.4);
    backdrop-filter: blur(10px);
    border-radius: 35px;
    overflow: hidden;
    z-index: 15;
}
section {
    position: relative;
    width: 95%;
    max-width: 1350px;
    height: auto;
    padding-bottom: 40px;
    border-radius: 25px;
    top: 15px;
    margin-bottom: 25px;
    left: 50%;
    background-color: rgba(120,120,120,0.3);
    transform: translate(-50%);
}
main section h2 {
    position: relative;
    font-size: clamp(18px,3vw,35px);
    color: white;
    left: 45px;
    top: 1.6vw;
    margin: 0;
    padding: 0;
    font-family: 'Cinzel Decorative';
}
main section h1 {
    position: relative;
    font-size: clamp(25px,3vw,50px);
    color: white;
    left: 30px;
    top: 0.5vw;
    margin: 0;
    padding: 0;
    font-family: 'Cinzel Decorative';
    text-shadow: 2px 2px 5px red;
}
@media screen and (min-width: 0px) and (max-width: 749px) {
    main section h2 {
        left: 35px;
        top: 5vw;
    }
    main section h1 {
        left: 15px;
        top: 2.3vw;
    }
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
    main section h2 {
        left: 45px;
        top: 2vw;
    }
    main section h1 {
        left: 30px;
        top: 0.3vw;
    }
}

/* Side Navigation */
#sideNav {
    position: fixed;
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
    width: auto;
    height: auto;
    right: -350px;
    padding: 10px;
    color: white;
    background: rgb(50, 50, 50);
    transition: right 1s ease;
    border-radius: 10px;
    top: 70px;
    font-family: 'Cutive Mono';
    z-index: 100;
}
#sideNav a {
    position: relative;
    font-size: clamp(20px, 3vw, 30px);
    width: auto;
    height: 35px;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 25px;
    line-height: 35px;
}
#sideNav a:hover {
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
    color: rgba(255, 54, 54, 0.934);
    background: rgb(75, 75, 75);
}
#sideNav a:active {
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/active.png') 5 5, auto;
    color: rgba(250,0,0,0.8);
}

/* Banner */
#banner {
    position: relative;
    width: 95%;
    max-width: 1350px;
    height: 350px;
    max-height: 350px;
    border-radius: 25px;
    top: 15px;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%);
    background: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/banner.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
}
#banner img {
    position: absolute;
    width: auto;
    height: 75%;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    transition: transform 1s ease;
}
#banner img:hover {
    transform: translate(0, -50%) scale(1.1) rotate(-1deg);
}
#banner h4 {
    position: absolute;
    font-size: clamp(15px,3vw,50px);
    color: white;
    right: 5%;
    bottom: 1.6vw;
    margin: 0;
    padding: 0;
    font-family: 'Cinzel Decorative';
}
#banner h3 {
    position: absolute;
    font-size: clamp(50px,7vw,150px);
    color: white;
    right: 6%;
    bottom: 2vw;
    margin: 0;
    padding: 0;
    font-family: 'Cinzel Decorative';
    text-shadow: 2px 2px 10px red, -2px -2px 10px green;
}
@media screen and (max-width: 768px) {
    #banner {
        width: 95%;
        max-height: 250px;
    }
}
@media screen and (max-width: 480px) {
    #banner {
        width: 95%;
        max-height: 175px;
    }
}

/* Text Field Styling */
.sectionText {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 1350px;
    padding: 10px;
    height: auto;
    border-radius: 25px;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    scrollbar-width: thin;
    scrollbar-color: rgba(80, 80, 80, 0.7) rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
.sectionTextItem {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: transform 0.3s;
    width: 95%;
    height: auto;
    background-color: rgba(150, 150, 150, 0.3);
    color: white;
}
.sectionTextItem p {
    position: relative;
    text-align: justify;
    margin: 0px;
    padding: 0;
    top: 0;
    font-size: clamp(15px, 2vw, 24px);
    font-family: 'Cutive Mono';
}
ul {
    position: relative;
    text-align: justify;
    width: 95%;
    left: 50%;
    top: 10px;
    transform: translate(-50%);
    margin: 0px;
    padding: 0;
    font-size: clamp(13px, 2vw, 20px);
    font-family: 'Cutive Mono';
    margin: 10px;
}
/* Text Management (Coloring) */
.t1 {
    color: rgb(0, 0, 250);
    text-shadow: 1px 1px 5px white;
    font-size: clamp(30px,2vw,35px) !important;
}
.t2 {
    color: rgb(250, 0, 0);
    text-shadow: 0px 0px 5px white;
    font-size: clamp(30px,2vw,35px) !important;
}
.t3 {
    color: rgb(17, 250, 0);
    text-shadow: 0px 0px 5px white;
    font-size: clamp(30px,2vw,35px) !important;
}
.t4 {
    color: rgb(250, 0, 183);
    text-shadow: 0px 0px 5px white;
    font-size: clamp(30px,2vw,35px) !important;
}
.t5 {
    color: rgb(0, 250, 221);
    text-shadow: 0px 0px 5px white;
    font-size: clamp(30px,2vw,35px) !important;
}
.t6 {
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 5px rgb(49, 253, 69);
    font-size: clamp(30px,2vw,35px) !important;
}
.t7 {
    color: rgb(0, 250, 221);
    text-shadow: 0px 0px 5px white;
    font-size: clamp(18px,2vw,30px) !important;
}
.t8 {
    color: rgb(255, 0, 0);
    text-shadow: 0px 0px 5px white;
    font-size: clamp(18px,2vw,30px) !important;
}

/* Gästeliste */
.guestList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 95%;
    max-width: 1350px;
    padding: 10px;
    height: auto;
    max-height: 600px;
    border-radius: 25px;
    top: 20px;
    margin-top: 20px;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    scrollbar-width: thin;
    scrollbar-color: rgba(80, 80, 80, 0.7) rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
#guestBookSection h5 {
    position: relative;
    font-size: clamp(15px,2vw,35px);
    color: white;
    left: 30px;
    top: 25px;
    margin: 0;
    padding: 0;
    font-family: 'Cinzel Decorative';
    text-shadow: 2px 2px 10px rgb(98, 255, 0);
}
.guestListMember {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 150px;
    height: 200px;
    background-color: rgba(150, 150, 150, 0.3);
    font-family: 'Cutive Mono';
    color: white;
    font-size: clamp(16px,2vw,18px) !important;
}
.guestListMember:hover {
    transform: scale(1.03) rotate(-3deg);
}
.guestListMember img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 1px rgba(150, 0, 0, 0.5);
}
.guestListMember h3 {
    margin-top: 5px;
    line-height: 22px;
    white-space: nowrap;
}

/* Videos */
#videoSection .video-container {
    position: relative;
    width: 95%;
    height: auto;
    max-width: 1250px;
    border-radius: 25px;
    border: solid 1px red;
    overflow: hidden;
    top: 30px;
    left: 50%;
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
    transform: translate(-50%);
}
#videoSection .video-container video {
    width: 100%;
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
.videoSections {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 1350px;
    padding: 5px;
    margin-bottom: 25px;
    height: auto;
    border-radius: 25px;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    scrollbar-width: thin;
    scrollbar-color: rgba(80, 80, 80, 0.7) rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
.videoSectionContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 10px;
    width: 100%;
    max-width: 600px;
    height: auto;
    color: white;
}
.videoSectionContainer video {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: solid 1px rgba(150, 0, 0, 0.5);
}

/* Footer */
footer {
    position: relative;
    display: none;
    width: 95%;
    max-width: 1140px;
    height: 140px;
    top: 0;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    margin-top: 25px;
}
footer img:nth-child(1) {
    position: absolute;
    width: 140px;
    margin-top: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    opacity: 0.6;
}
footer img:nth-child(2) {
    position: absolute;
    width: 140px;
    margin-top: 0px;
    margin-left: 140px;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
    opacity: 0.6;
}
footer img:nth-child(3) {
    position: absolute;
    width: 130px;
    margin-top: 0px;
    left: 50%;
    transform: translate(-50%);
    margin-left: -130px;
    z-index: 0;
    opacity: 0.6;
}
footer p {
    position: absolute;
    font-family: 'Cutive Mono';
    font-size: clamp(12px,2vw,20px);
    color: white;
    left: 50%;
    top: 0px;
    transform: translate(-50%,-200%);
    z-index: 2;
    white-space: nowrap;
}
footer p:hover {
    color: rgba(250,0,0,0.8);
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
footer p:active {
    color: rgba(120,0,0,0.7);
    transform: scale(0.97) translate(-50%,-200%);
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/active.png') 5 5, auto;
}

/* Impressum */
#impress {
    position: fixed;
    display: none;
    width: 90%;
    max-width: 1350px;
    height: 80vh;
    padding-bottom: 40px;
    border-radius: 25px;
    top: 50%;
    margin-bottom: 25px;
    left: 50%;
    background-color: rgba(120,120,120,0.8);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1s ease;
    z-index: 100;
    color: white;
    margin: 0;
    padding: 15px;
    backdrop-filter: blur(15px);
}
#impressText {
    overflow: scroll;
    position: relative;
    height: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    scrollbar-width: none;
}
#impress a {
    color: white;
    text-decoration: none;
}
#closeImpress {
    position: fixed !important;
    right: 15px;
    top: 15px;
    border: none;
    background: none;
    font-size: clamp(15px, 3vw, 25px);
    color: white;
}
#impress a:hover,
#closeImpress:hover {
    color: rgba(250,0,0,0.8);
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/hover.png') 5 5, auto;
}
#impress a:active,
#closeImpress:active {
    color: rgba(120,0,0,0.7);
    cursor: url('https://projects.areimann.de/archive/demos/ffbd-2024/assets/images/cursors/active.png') 5 5, auto;
}
#impress h1 {
    text-align: center;
    font-family: 'Cinzel Decorative';
    font-size: clamp(30px,5vw,100px);
    text-shadow: 2px 2px 5px red;
    margin: 0;
    padding: 0;
}
#impress h2 {
    font-family: 'Cinzel Decorative';
    margin: 0;
    padding: 0;
    font-size: clamp(18px,3vw,35px);
    margin-top: 25px;
}
#impress p {
    font-family: 'Cutive Mono';
    text-align: justify;
    margin: 0;
    padding: 0;
    font-size: clamp(15px, 2vw, 24px);
}
#impressText::-webkit-scrollbar {
    display: none !important;
}
#impress .seal {
    margin-top: 35px !important;
}
#impress .impressLogo {
    position: absolute;
    right: 15px;
    width: 35vw;
    max-width: 500px;
    top: 25px;
}